home *** CD-ROM | disk | FTP | other *** search
- Path: sunspot.ccs.yorku.ca!yu114405
- From: yu114405@yorku.ca (Naftali Sturm)
- Newsgroups: comp.lang.c
- Subject: VGA problem
- Date: 15 Apr 1996 02:57:58 GMT
- Organization: York University
- Message-ID: <4ksdvm$5ep@sunburst.ccs.yorku.ca>
- NNTP-Posting-Host: sunspot.ccs.yorku.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- I'm using Microsoft C, and I have a problem.
- My screen supports 800x600 graphics (mode=52 hex), and my question
- is why won't the standard graphics functions work?
- Also, in any graphics mode, say it starts in memory A000:0000, I would
- declare a pointer:
- char far *scrptr;
- then:
- scrptr=A0000000;
- to point it to the beginning of the screen, but then what values would
- I set scrptr to be in order to set different pixels?
- thank(you); for(your=help;;){}
-
-